Vcenter Vm Guest Identity Info

Vcenter Vm Guest Identity Info
Vcenter Vm Guest Identity Info

The Vcenter Vm Guest Identity Info schema contains information describing the guest operating system identification.

This schema was added in vSphere API 6.7.

JSON Example
{
    "name": "string",
    "family": "string",
    "full_name": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "host_name": "string",
    "ip_address": "string"
}
string
name
Required

Guest operating system identifier (short name).

For more information see: Vcenter Vm GuestOS.

This property was added in vSphere API 6.7.

string
family
Required

Guest operating system family.

For more information see: Vcenter Vm GuestOSFamily.

This property was added in vSphere API 6.7.

full_name
Required

Guest operating system full name.

This property was added in vSphere API 6.7.

string
host_name
Required

Hostname of the guest operating system.

This property was added in vSphere API 6.7.

string
ip_address
Optional

IP address assigned by the guest operating system.

This property was added in vSphere API 6.7.

If missing or null the guest does not have an IP address.